Skip to main content
POST
/
v3
/
api
/
custody
/
currencies
Retrieve supported currencies
curl --request POST \
  --url https://api.custody.api-zodia.io/v3/api/custody/currencies \
  --header 'X-Signature: <api-key>' \
  --header 'submitter-id: <submitter-id>'
{
  "items": [
    {
      "currency": "ETH",
      "name": "Ethereum",
      "ratio": "100000000000000000000",
      "currencyId": "eth-eth"
    }
  ]
}

Authorizations

X-Signature
string
header
required

Headers

submitter-id
string
required

Email of API user submitting the request

Example:

"api-maker@zodia.io"

Response

OK

items
object[]

List of supported ledgers for the company