All Config Mapping
Returns the all coin, network Mapping .
Note: Please refer to the 'Authenticate Request' section to ensure proper authentication for this endpoint Rate limit for this API is 10req/min.
GET user limit details.
POST
https://api.remitquickly.com/onramp/api/v2/whitelabel/transaction/allChainMapping
{
"status": 1,
"code": 200,
"data": {
"allCoinConfig": {
"eth": {
"coinId": 6,
"coinIcon": "https://onramp.money/assets/img/coinIcons/eth.png",
"coinName": "Ethereum",
"balanceFloatPlaces": 8,
"tradeFloatPlaces": 4,
"minimumTradeAmount": 0.0001,
"address": {
"startingLetter": [
"0x"
]
},
"markets": {
"decimals": {
"usdt": 4,
"inr": 2
}
},
"networks": [
3,
0,
1,
5,
13,
16,
21,
10013,
10170,
10250,
17,
18,
19,
20,
21
],
"exchanges": {
"1": [
0,
1,
5,
13,
16,
21,
10013,
10170,
10250
]
}
},
"usdt": {
"coinId": "54",
"coinName": "Tether",
"coinIcon": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
"balanceFloatPlaces": 2,
"tradeFloatPlaces": 2,
"networks": [
10163,
10013,
8,
10116,
4,
15,
1,
10179,
0,
10042,
2,
10046,
10039,
13,
3,
5,
10076,
10084,
10265,
10
],
"exchanges": {
"1": [
0,
1,
2,
3,
4,
5,
8,
13,
15,
10013,
10039,
10042,
10076,
10084,
10163,
10179,
10265
],
"2": [
10013,
10116,
4,
15,
1,
10179,
0,
10042,
2,
10039,
13
],
"7": [
15
]
},
"markets": {
"decimals": {
"usdt": 4,
"inr": 2
}
}
}
},
"networkConfig": {
"0": {
"chainSymbol": "erc20",
"addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
"memoRegex": "",
"chainName": "Ethereum Network",
"networkId": 1,
"nativeToken": 6,
"startingWith": [
"0x"
],
"hashLink": "https://etherscan.io/tx/",
"node": 6
},
"1": {
"chainSymbol": "bep20",
"addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
"memoRegex": "",
"chainName": "Binance Smart Chain",
"networkId": 56,
"nativeToken": 72,
"startingWith": [
"0x"
],
"hashLink": "https://bscscan.com/tx/",
"node": 110
}
}
}
}
{
"status": 1,
"code": 200,
"data": {
"allCoinConfig": {
"eth": {
"coinId": 6,
"coinIcon": "https://onramp.money/assets/img/coinIcons/eth.png",
"coinName": "Ethereum",
"balanceFloatPlaces": 8,
"tradeFloatPlaces": 4,
"minimumTradeAmount": 0.0001,
"address": {
"startingLetter": [
"0x"
]
},
"markets": {
"decimals": {
"usdt": 4,
"inr": 2
}
},
"networks": [
3,
0,
1,
5,
13,
16,
21,
10013,
10170,
10250,
17,
18,
19,
20,
21
],
"exchanges": {
"1": [
0,
1,
5,
13,
16,
21,
10013,
10170,
10250
]
}
},
"usdt": {
"coinId": "54",
"coinName": "Tether",
"coinIcon": "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png",
"balanceFloatPlaces": 2,
"tradeFloatPlaces": 2,
"networks": [
10163,
10013,
8,
10116,
4,
15,
1,
10179,
0,
10042,
2,
10046,
10039,
13,
3,
5,
10076,
10084,
10265,
10
],
"exchanges": {
"1": [
0,
1,
2,
3,
4,
5,
8,
13,
15,
10013,
10039,
10042,
10076,
10084,
10163,
10179,
10265
],
"2": [
10013,
10116,
4,
15,
1,
10179,
0,
10042,
2,
10039,
13
],
"7": [
15
]
},
"markets": {
"decimals": {
"usdt": 4,
"inr": 2
}
}
}
},
"networkConfig": {
"0": {
"chainSymbol": "erc20",
"addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
"memoRegex": "",
"chainName": "Ethereum Network",
"networkId": 1,
"nativeToken": 6,
"startingWith": [
"0x"
],
"hashLink": "https://etherscan.io/tx/",
"node": 6
},
"1": {
"chainSymbol": "bep20",
"addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
"memoRegex": "",
"chainName": "Binance Smart Chain",
"networkId": 56,
"nativeToken": 72,
"startingWith": [
"0x"
],
"hashLink": "https://bscscan.com/tx/",
"node": 110
}
}
}
}
status -> 0 is for unsuccessful request, 1 is for a successful one.
data -> Network details based on the chainId. (Retrieve chainId from the allConfig API).
Last updated