GET v1/broker-currencies/{id}
GET /v1/broker-currencies/{id}
Endpoint where you can get your currency details by sending id.
Response
- 200
- 404
{
"id": "4ebcc3ef9ee0462aab789c28652f5227",
"name": "Bitcoin",
"symbol": "BTC",
"type": "Crypto"
}
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.5",
"title": "Not Found",
"status": 404,
"traceId": "0HN278NGT6JUB:0000000E"
}