Endpoints para kriptostores
Retorna una lista de kriptostores.
| Name | Description |
|---|---|
| per_page | Cantidad de recursos por pagina |
| page | Pagina |
| column | Columna por la cual ordenar opciones: created_at |
| order_column | ASC o DESC |
| merchant_id | Filtra las operaciones por un merchant |
| client_id | Filtra las operacion por un cliente |
| state | Filtra las operaciones por status |
Content-Type: application/json Authorization: Bearer <token> Host: example.org Cookie:
GET /internal/admin/kriptostores
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"76d49d47c3fe823802fc3c81cb7705da" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 8b0e6238-ee28-444d-a572-a75b4a521cbf X-Runtime: 0.094312 Vary: Origin Content-Length: 6036
200 OK
{
"data": [
{
"id": 1,
"url": null,
"fiat": null,
"fiat_price": "0.0",
"crypto_price": "0.0",
"crypto_earn": "0.0",
"status": "wait",
"manual": true,
"created_at": "2023-03-30T00:51:02.428Z",
"provider": "mercadolibre",
"crypto_to_pay": "0.0",
"merchant": {
"id": 5000,
"name": "Kriptonmarket"
},
"payment_data": null,
"client": {
"id": 10026,
"username": "Ardelia@gmail.com"
},
"recipient": null,
"recipient_phone": null,
"recipient_document": null,
"shipping_data": null,
"crypto_network": {
"id": 24,
"name": "Stellar",
"currency_id": "stellar",
"created_at": "2023-03-30T00:50:27.562Z",
"updated_at": "2023-03-30T00:50:27.562Z",
"fee": "0.0",
"address": null,
"focused_to_pay": true,
"icon": null,
"focused_to_create": true,
"focused_to_withdrawals": true,
"smart_contract": null,
"chain_id": null,
"decimal_places": null,
"denomination": null,
"wallet_connect": false,
"explorer": null
},
"domicile": {
"id": 3,
"city": "Port Letitia",
"street_address": "430 Despina Parks",
"street_number": "95250",
"telephone_number": "549-750-4446 x23998",
"postal_code": "79262-4806",
"state": "pending",
"user_type": "User",
"user_id": 10026,
"floor": null,
"created_at": "2023-03-30T00:51:01.000Z",
"updated_at": "2023-03-30T00:51:01.000Z",
"region": null,
"country": "arg",
"used_to": "kyc",
"apartment": null,
"alias": null
}
},
{
"id": 2,
"url": null,
"fiat": null,
"fiat_price": "0.0",
"crypto_price": "0.0",
"crypto_earn": "0.0",
"status": "wait",
"manual": true,
"created_at": "2023-03-30T00:51:02.828Z",
"provider": "mercadolibre",
"crypto_to_pay": "0.0",
"merchant": {
"id": 5000,
"name": "Kriptonmarket"
},
"payment_data": null,
"client": {
"id": 10026,
"username": "Ardelia@gmail.com"
},
"recipient": null,
"recipient_phone": null,
"recipient_document": null,
"shipping_data": null,
"crypto_network": {
"id": 24,
"name": "Stellar",
"currency_id": "stellar",
"created_at": "2023-03-30T00:50:27.562Z",
"updated_at": "2023-03-30T00:50:27.562Z",
"fee": "0.0",
"address": null,
"focused_to_pay": true,
"icon": null,
"focused_to_create": true,
"focused_to_withdrawals": true,
"smart_contract": null,
"chain_id": null,
"decimal_places": null,
"denomination": null,
"wallet_connect": false,
"explorer": null
},
"domicile": {
"id": 3,
"city": "Port Letitia",
"street_address": "430 Despina Parks",
"street_number": "95250",
"telephone_number": "549-750-4446 x23998",
"postal_code": "79262-4806",
"state": "pending",
"user_type": "User",
"user_id": 10026,
"floor": null,
"created_at": "2023-03-30T00:51:01.000Z",
"updated_at": "2023-03-30T00:51:01.000Z",
"region": null,
"country": "arg",
"used_to": "kyc",
"apartment": null,
"alias": null
}
},
{
"id": 3,
"url": null,
"fiat": null,
"fiat_price": "0.0",
"crypto_price": "0.0",
"crypto_earn": "0.0",
"status": "wait",
"manual": true,
"created_at": "2023-03-30T00:51:03.133Z",
"provider": "mercadolibre",
"crypto_to_pay": "0.0",
"merchant": {
"id": 5000,
"name": "Kriptonmarket"
},
"payment_data": null,
"client": {
"id": 10026,
"username": "Ardelia@gmail.com"
},
"recipient": null,
"recipient_phone": null,
"recipient_document": null,
"shipping_data": null,
"crypto_network": {
"id": 24,
"name": "Stellar",
"currency_id": "stellar",
"created_at": "2023-03-30T00:50:27.562Z",
"updated_at": "2023-03-30T00:50:27.562Z",
"fee": "0.0",
"address": null,
"focused_to_pay": true,
"icon": null,
"focused_to_create": true,
"focused_to_withdrawals": true,
"smart_contract": null,
"chain_id": null,
"decimal_places": null,
"denomination": null,
"wallet_connect": false,
"explorer": null
},
"domicile": {
"id": 3,
"city": "Port Letitia",
"street_address": "430 Despina Parks",
"street_number": "95250",
"telephone_number": "549-750-4446 x23998",
"postal_code": "79262-4806",
"state": "pending",
"user_type": "User",
"user_id": 10026,
"floor": null,
"created_at": "2023-03-30T00:51:01.000Z",
"updated_at": "2023-03-30T00:51:01.000Z",
"region": null,
"country": "arg",
"used_to": "kyc",
"apartment": null,
"alias": null
}
},
{
"id": 4,
"url": null,
"fiat": null,
"fiat_price": "0.0",
"crypto_price": "0.0",
"crypto_earn": "0.0",
"status": "wait",
"manual": true,
"created_at": "2023-03-30T00:51:03.436Z",
"provider": "mercadolibre",
"crypto_to_pay": "0.0",
"merchant": {
"id": 5000,
"name": "Kriptonmarket"
},
"payment_data": null,
"client": {
"id": 10026,
"username": "Ardelia@gmail.com"
},
"recipient": null,
"recipient_phone": null,
"recipient_document": null,
"shipping_data": null,
"crypto_network": {
"id": 24,
"name": "Stellar",
"currency_id": "stellar",
"created_at": "2023-03-30T00:50:27.562Z",
"updated_at": "2023-03-30T00:50:27.562Z",
"fee": "0.0",
"address": null,
"focused_to_pay": true,
"icon": null,
"focused_to_create": true,
"focused_to_withdrawals": true,
"smart_contract": null,
"chain_id": null,
"decimal_places": null,
"denomination": null,
"wallet_connect": false,
"explorer": null
},
"domicile": {
"id": 3,
"city": "Port Letitia",
"street_address": "430 Despina Parks",
"street_number": "95250",
"telephone_number": "549-750-4446 x23998",
"postal_code": "79262-4806",
"state": "pending",
"user_type": "User",
"user_id": 10026,
"floor": null,
"created_at": "2023-03-30T00:51:01.000Z",
"updated_at": "2023-03-30T00:51:01.000Z",
"region": null,
"country": "arg",
"used_to": "kyc",
"apartment": null,
"alias": null
}
},
{
"id": 5,
"url": null,
"fiat": null,
"fiat_price": "0.0",
"crypto_price": "0.0",
"crypto_earn": "0.0",
"status": "wait",
"manual": true,
"created_at": "2023-03-30T00:51:03.742Z",
"provider": "mercadolibre",
"crypto_to_pay": "0.0",
"merchant": {
"id": 5000,
"name": "Kriptonmarket"
},
"payment_data": null,
"client": {
"id": 10026,
"username": "Ardelia@gmail.com"
},
"recipient": null,
"recipient_phone": null,
"recipient_document": null,
"shipping_data": null,
"crypto_network": {
"id": 24,
"name": "Stellar",
"currency_id": "stellar",
"created_at": "2023-03-30T00:50:27.562Z",
"updated_at": "2023-03-30T00:50:27.562Z",
"fee": "0.0",
"address": null,
"focused_to_pay": true,
"icon": null,
"focused_to_create": true,
"focused_to_withdrawals": true,
"smart_contract": null,
"chain_id": null,
"decimal_places": null,
"denomination": null,
"wallet_connect": false,
"explorer": null
},
"domicile": {
"id": 3,
"city": "Port Letitia",
"street_address": "430 Despina Parks",
"street_number": "95250",
"telephone_number": "549-750-4446 x23998",
"postal_code": "79262-4806",
"state": "pending",
"user_type": "User",
"user_id": 10026,
"floor": null,
"created_at": "2023-03-30T00:51:01.000Z",
"updated_at": "2023-03-30T00:51:01.000Z",
"region": null,
"country": "arg",
"used_to": "kyc",
"apartment": null,
"alias": null
}
}
],
"current_page": 1,
"per_page": 25,
"total_pages": 1,
"total_elements": 5
}