Closed
Description
Context & versions
Running Rosetta API connected to Cardano preprod network.
Steps to reproduce
- Start Rosetta API on Cardano preprod.
- POST request to
/account/balance
with payload:
{
"network_identifier": {
"blockchain": "cardano",
"network": "preprod"
},
"account_identifier": {
"address": "stake_test1up4up7mm70akxgfahqt9tgea3398c8r7f0t4lsel79m8sjcs4vmjm"
}
}
Actual behavior
Returns a 5035 error consistently:
{
"code": 5035,
"message": "Unable to get data from the downstream gateway",
"retriable": false
}
Expected behavior
Should return the stake address balance.
Metadata
Metadata
Assignees
Type
Projects
Status
Done