🔌 Developers
Build with the TransForex API.
Live rates, instant quotes and programmatic settlement — drop currency & crypto exchange straight into your product.
GET /v1/rates● 200 OK
{
"base": "NGN",
"updated": "2026-07-04T00:44:05+01:00",
"rates": [
{
"code": "USD",
"buy": 1357.279999999999972715158946812152862548828125,
"sell": 1384.700000000000045474735088646411895751953125,
"change_24h": 0
},
{
"code": "GBP",
"buy": 1810.259999999999990905052982270717620849609375,
"sell": 1846.829999999999927240423858165740966796875,
"change_24h": 0
},
{
"code": "EUR",
"buy": 1550.549999999999954525264911353588104248046875,
"sell": 1581.8800000000001091393642127513885498046875,
"change_24h": 0
}
]
}
What you can build
📈
Rates endpoint
Live buy/sell rates for every currency and coin, refreshed continuously.
🧮
Quote API
Request a locked quote for any pair and amount, ready to execute.
💸
Settlement API
Initiate payouts to bank accounts and wallets programmatically.
🔔
Webhooks
Get notified the moment a trade settles or a rate hits a target.
🔐
Secure keys
Scoped API keys, HTTPS-only, and signed requests.
📚
Clear docs
Straightforward REST, JSON everywhere, and sandbox testing.