Declaration Quota Query
Developing
Query the available quota for already declared details
Request Code Samples
curl --location --request GET 'https://api.geoaccount.com/api/v1/declaration/query/equivalentCny?purpose&beneficiaryId¤cy' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx' \
--header 'GS-API-Key: gs_live_abc123def456789'
Responses
application/json [
{
"purpose": "payment_for_goods_online_trading",
"beneficiaryId": "345555111111111111111111111111",
"currency ": "CNY",
"equivalentCny": "12345678.00"
}
]
Modified at 2026-03-23 06:29:35