Kriptostores API

Detalle de un kriptostore

Detalle de un kriptostore

GET /internal/clients/kriptostores/:kriptostore_id

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /internal/clients/kriptostores/17

Response

Headers

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/"4652be676422b55c0e3e80ca0ef9610e"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0095d776-528b-4239-8909-d49fcd58d6ae
X-Runtime: 0.041201
Vary: Origin
Content-Length: 1219

Status

200 OK

Body

{
  "data": {
    "id": 17,
    "url": null,
    "fiat": null,
    "fiat_price": "0.0",
    "crypto_price": "0.0",
    "crypto_earn": "0.0",
    "status": "wait",
    "manual": true,
    "created_at": "2023-04-19T17:15:36.448Z",
    "provider": "mercadolibre",
    "crypto_to_pay": "0.0",
    "merchant": {
      "id": 5000,
      "name": "Kriptonmarket"
    },
    "payment_data": null,
    "client": {
      "id": 7777,
      "username": "Gilberto@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-04-19T17:14:12.744Z",
      "updated_at": "2023-04-19T17:14:12.744Z",
      "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,
      "paid_with_reward": true
    },
    "domicile": {
      "id": 20,
      "city": "Lake George",
      "street_address": "2382 Basil Knolls",
      "street_number": "27019",
      "telephone_number": "768.873.6192 x05635",
      "postal_code": "14956",
      "state": "pending",
      "user_type": "User",
      "user_id": 7777,
      "floor": null,
      "created_at": "2023-04-19T17:15:36.000Z",
      "updated_at": "2023-04-19T17:15:36.000Z",
      "region": null,
      "country": "arg",
      "used_to": "kyc",
      "apartment": null,
      "alias": null
    }
  }
}