GET v1/broker-currencies
GET /v1/broker-currencies
Endpoint where you can get all your currency details.
Query Parameters:
| Name | Type | Description | Required |
|---|---|---|---|
| symbol | STRING | BTC, TRY, ETH etc. | NO |
Response
- 200
[
{
"id": "a19552e699d84b6d864b13f43b082d2c",
"name": "Türk Lirası",
"symbol": "TRY",
"type": "Fiat"
},
{
"id": "4ebcc3ef9ee0462aab789c28652f5227",
"name": "Bitcoin",
"symbol": "BTC",
"type": "Crypto"
},
{
"id": "fc9fcd51b1be4147a7010ded2c5591b0",
"name": "Ethereum",
"symbol": "ETH",
"type": "Crypto"
}
]