unisat-wallet / dev-support

36 stars 18 forks source link

Error : { "code": -2003, "msg": "quota unavailable", "data": null } #37

Closed Nate-Expert closed 5 months ago

Nate-Expert commented 5 months ago

I am trying Swagger link https://open-api-testnet.unisat.io/swagger.html to test few api for incribe a brc-20 token with API key i got from developer.unisat.io. I am getting Error : { "code": -2003, "msg": "quota unavailable", "data": null } error in response. Please let me know is there anything i am missing. In production same API key is working but not on testnet.

slient-coder commented 5 months ago

Please provide the first 6 digits of your API-KEY, we will check it.

Nate-Expert commented 5 months ago

Please provide the first 6 digits of your API-KEY, we will check it. here it is:

3141d9

Nate-Expert commented 5 months ago

This is working now. Thanks

Avecci-Claussen commented 2 months ago

hi , i got the same issue , tried regen the key still quota unavailable but on dashboard i do have quota :

last 6 of my key : f6acae

thanks for understanding.

example of the command im using to grab my inscriptions ids :

curl -H "Authorization: Bearer api" https://open-api.unisat.io/v1/indexer/address/bc1qcagueggs2snz8uvh92qfffglu3hzqxmwvus45h/inscription-data

output :

{"code":-2003,"msg":"quota unavailable","data":null}