Skip to main content

api_exchange_currencies_formatted_list

GET /api/exchange/currencies:format

api_exchange_currencies_formatted_list

Path Parameters
  • format string required

    Possible values: [.json]

Responses

Schema
  • Array [
  • code string required

    Possible values: <= 10 characters

  • policy_id string required

    Possible values: <= 255 characters

  • asset_name string required

    Possible values: <= 255 characters

  • decimal_places integer

    Possible values: <= 2147483647

  • ]

Authorization

name: jwtAuthtype: httpscheme: bearerbearerFormat: JWT

Request

Bearer Token
format — path required
curl / cURL
curl -L -X GET 'https://docs.kubepay.io' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'