Skip to main content
GET
/
v1
/
banking
/
rate
Conversion Rate
curl --request GET \
  --url https://api.bullring.finance/v1/banking/rate \
  --header 'x-api-key: <api-key>'
{
  "from": "usdc",
  "to": "usd",
  "rate": 1
}

Authorizations

x-api-key
string
header
required

Query Parameters

from
enum<string>
Available options:
usd,
usdt,
usdc,
eur,
brl,
ngn
to
enum<string>
Available options:
usd,
usdt,
usdc,
eur,
brl,
ngn

Response

Successful response

The response is of type any.