Skip to content

coinsambacom/coinsamba-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Coinsamba API Docs

Coinsamba is the biggest platform in Brazil to compare cryptocurrencies prices in each exchange.

Currently version

We only show newest version of the api in this doc root. Actually API is in v1

Swagger Documentation

Link

Base URL

https://api.coinsamba.com

Endpoints

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

Forex

GET /v1/forex

Get forex conversions

Parameters:

Name Type Mandatory Description
base STRING YES base currency
quote STRING YES quote currency

Book

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

Ticker

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

Index

GET /v1/index

Get index of an pair

Parameters:

Name Type Mandatory Description
base STRING YES base currency
quote STRING YES quote currency

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published