Coinsamba is the biggest platform in Brazil to compare cryptocurrencies prices in each exchange.
We only show newest version of the api in this doc root.
Actually API is in v1
https://api.coinsamba.com
We have some endpoints for you to use in your app.
Endpoint | Description |
---|---|
forex | get rate for various currencys in BRL |
book | get orderbook or books |
ticker | get ticker or tickers |
index | get index for a currency |
GET /v1/forex
Get forex conversions
Parameters:
Name | Type | Mandatory | Description |
---|---|---|---|
base | STRING | YES | base currency |
quote | STRING | YES | quote currency |
GET /v1/book
Get book of an exchange
Parameters:
Name | Type | Mandatory | Description |
---|---|---|---|
base | STRING | YES | base currency |
quote | STRING | YES | quote currency |
exchangeId | STRING | YES | exchange that you need book |
GET /v1/ticker
Get ticker of an exchange pair
Parameters:
Name | Type | Mandatory | Description |
---|---|---|---|
base | STRING | YES | base currency |
quote | STRING | YES | quote currency |
exchangeId | STRING | YES | exchange that you need ticker |
GET /v1/index
Get index of an pair
Parameters:
Name | Type | Mandatory | Description |
---|---|---|---|
base | STRING | YES | base currency |
quote | STRING | YES | quote currency |