By decree of the High Sages of Asgard, seven of the nine sacred realms are shrouded in the mists of time, their portals sealed with ancestral runes while Heimdall strengthens the interdimensional bridges. Only the luminous Realm of Alfheim (Binance Smart Chain) and the mysterious Realm of Svartalfheim (Polygon) remain accessible to worthy mortals. May your journey through the golden paths and the dark elves' forges be prosperous, until the cosmic winds blow again and the other portals are reopened by the will of the gods.
To cross the sacred portals of Bifrost, worthy mortals must carry the Access Rune, a mystical seal inscribed in the headers of all invocations to the nine realms.
In each call to the sacred portals, present the Access Rune in the mystical header:
X-Bifrost-Invoke: your_access_rune_to_the_bifrostThis sacred header must accompany all your requests to the nine realms. Replace your_access_rune_to_the_bifrost with your personal rune, forged in the halls of Asgard and granted by the divine guardians.
curl -X GET "https://bridge.bifrostcrypto.com/endpoint" \ -H "X-Bifrost-Invoke: your_access_rune_to_the_bifrost" \ -H "Content-Type: application/json"
500 requests per minute per Sacred Rune
If you exceed the limit, you will receive HTTP code 429:
HTTP/1.1 429 Too Many Requests
{
"error": "limit_exceeded_for_rune"
}Reveals the complete wisdom of the nine realms: accepted tokens, fiat currencies and configurations.
The mortal realm currencies (BRL, USD, EUR, etc.) are merely ethereal mirrors used by the oracles to calculate conversions between worlds. These currencies are NOT directly accepted in Asgard's sacred vaults. Only the divine tokens of the nine blockchain realms can cross the Bifrost bridges and be deposited in the celestial coffers.
{
"message": "summary_retrieved_success",
"data": {
"accepted_tokens": [
{
"symbol": "ETH",
"contract_address": null,
"network": "Ethereum",
"min_receipt": 0.001,
"max_receipt": 9.223372036854776e+18,
"min_withdrawal": 0.001,
"max_withdrawal": 9.223372036854776e+18,
"network_fee": 0.0005
},
{
"symbol": "USDT",
"contract_address": "0x55d398326f99059fF775485246999027B3197955",
"network": "BinanceSmartChain",
"min_receipt": 2,
"max_receipt": 1000000000,
"min_withdrawal": 2,
"max_withdrawal": 1000000000,
"network_fee": 0.5
}
],
"accepted_fiats": [
{
"code": "BRL",
"name": "Brazilian Real",
"symbol": "R$"
},
{
"code": "USD",
"name": "US Dollar",
"symbol": "$"
}
],
"user_info": {
"minimum_payment": 99.9,
"receipt_rate": 5,
"payment_rate": 2,
"deposit_rate": 0.5,
"withdrawal_rate": 0.5,
"user_pays_payment_network_fee": false,
"user_pays_receipt_network_fee": false,
"user_pays_deposit_network_fee": false,
"user_pays_withdrawal_network_fee": false
},
"summary_stats": {
"total_tokens": 11,
"total_fiats": 11,
"generated_at": "2025-09-07 19:33:37"
}
}
}Queries only the tokens accepted by the gods of the nine realms.
{
"message": "tokens_retrieved_success",
"tokens": [
{
"symbol": "ETH",
"contract_address": null,
"network": "Ethereum",
"min_receipt": 0.001,
"max_receipt": 9.223372036854776e+18,
"min_withdrawal": 0.001,
"max_withdrawal": 9.223372036854776e+18,
"network_fee": 0.0005
},
{
"symbol": "BNB",
"contract_address": null,
"network": "BinanceSmartChain",
"min_receipt": 0.001,
"max_receipt": 100000,
"min_withdrawal": 0.001,
"max_withdrawal": 100000,
"network_fee": 0.0005
},
{
"symbol": "USDT",
"contract_address": "0x55d398326f99059fF775485246999027B3197955",
"network": "BinanceSmartChain",
"min_receipt": 2,
"max_receipt": 1000000000,
"min_withdrawal": 2,
"max_withdrawal": 1000000000,
"network_fee": 0.5
},
{
"symbol": "USDC",
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"network": "Ethereum",
"min_receipt": 2,
"max_receipt": 1000000000,
"min_withdrawal": 2,
"max_withdrawal": 1000000000,
"network_fee": 1.0e-5
}
],
"meta": {
"total": 11,
"generated_at": "2025-09-07 19:35:32"
}
}Reveals the fiat currencies accepted by Asgard's vaults, with their symbols and sacred denominations.
{
"message": "fiats_retrieved_success",
"fiats": [
{
"code": "BRL",
"name": "Brazilian Real",
"symbol": "R$"
},
{
"code": "USD",
"name": "US Dollar",
"symbol": "$"
},
{
"code": "EUR",
"name": "Euro",
"symbol": "€"
},
{
"code": "GBP",
"name": "British Pound",
"symbol": "£"
},
{
"code": "ARS",
"name": "Argentine Peso",
"symbol": "$"
},
{
"code": "MXN",
"name": "Mexican Peso",
"symbol": "$"
},
{
"code": "CAD",
"name": "Canadian Dollar",
"symbol": "CA$"
},
{
"code": "AUD",
"name": "Australian Dollar",
"symbol": "A$"
},
{
"code": "CHF",
"name": "Swiss Franc",
"symbol": "CHF"
},
{
"code": "JPY",
"name": "Japanese Yen",
"symbol": "¥"
},
{
"code": "CNY",
"name": "Chinese Yuan",
"symbol": "¥"
},
{
"code": "INR",
"name": "Indian Rupee",
"symbol": "₹"
},
{
"code": "THB",
"name": "Thai Baht",
"symbol": "฿"
}
],
"meta": {
"total": 13,
"generated_at": "2025-09-07 19:38:19"
}
}