Get https://app.moneygraph.ai/api/v1/crypto/{currency_id}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
currency_id* string
Id of fiat currency
page string
Sets the page number; use "all" to retrieve all items. The default is 1
limit integer
Specifies the default number of items per page, with a default setting of 20
{
"data": [
{
"id": "a499b34b-c07a-482e-ba9c-fed22c6a40cf",
"network": "BTC",
"token": "BTC",
},
{
"id": "ce659f41-d916-4d80-9e09-ce65fc780edf",
"network": "ETH",
"token": "USDC",
}
],
"links": {
"first": "https://app.moneygraph.ai/api/v1/crypto/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1?page=1",
"last": "https://app.moneygraph.ai/api/v1/crypto/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://app.moneygraph.ai/api/v1/crypto/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://app.moneygraph.ai/api/v1/crypto/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1",
"per_page": 20,
"to": 3,
"total": 3
}
}