curl --request GET \
--url https://sandbox.dollarpe.xyz/pos/api/v1/payout/configuration \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>'{
"status": true,
"message": "Success",
"data": {
"inr": {
"supported_assets": [
"usdt",
"usdc"
],
"coin_limits": {
"usdt": {
"imps": {
"min": 28,
"max": 5563
},
"upi": {
"min": 28,
"max": 1113
}
},
"usdc": {
"imps": {
"min": 28,
"max": 5563
},
"upi": {
"min": 28,
"max": 1113
}
}
},
"required_risk_parameters": [
"ip_address",
"device_id",
"suspicious_activity_report",
"law_enforcement_agency_report"
]
}
}
}Returns basic configuration for payin - supported fiats, supported assets and live coin limits
curl --request GET \
--url https://sandbox.dollarpe.xyz/pos/api/v1/payout/configuration \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>'{
"status": true,
"message": "Success",
"data": {
"inr": {
"supported_assets": [
"usdt",
"usdc"
],
"coin_limits": {
"usdt": {
"imps": {
"min": 28,
"max": 5563
},
"upi": {
"min": 28,
"max": 1113
}
},
"usdc": {
"imps": {
"min": 28,
"max": 5563
},
"upi": {
"min": 28,
"max": 1113
}
}
},
"required_risk_parameters": [
"ip_address",
"device_id",
"suspicious_activity_report",
"law_enforcement_agency_report"
]
}
}
}| API Status Code | Response | Reason |
|---|---|---|
| 500 | Internal Server Error. | Internal Server Error |
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64