Skip to content

Stake address balance request returns 5035 error #472

Closed
@linconvidal

Description

@linconvidal

Context & versions

Running Rosetta API connected to Cardano preprod network.

Steps to reproduce

  1. Start Rosetta API on Cardano preprod.
  2. 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

Relationships

None yet

Development

No branches or pull requests

Issue actions