You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the 'amounts-as-string': 'true' request header to prevent overflow or rounding errors for large numbers. The following endpoints take this header into account:
GET /accounts/{stake_addr}/assets
GET /addresses/{address}/utxos
POST /addresses/utxos
GET /addresses/cred/{credential}/utxos
POST /addresses/cred/utxos (NEW ENDPOINT)
GET /pools/{pool_id}/info
POST /transactions/outputs
We'll need to update any Maestro provider functions that can utilize this feature.
The text was updated successfully, but these errors were encountered:
Vardominator
changed the title
'amounts-as-string': 'true' for Maestro provider endpoints'amounts-as-strings': 'true' for Maestro provider endpoints
Nov 14, 2023
Use the
'amounts-as-string': 'true'
request header to prevent overflow or rounding errors for large numbers. The following endpoints take this header into account:We'll need to update any Maestro provider functions that can utilize this feature.
The text was updated successfully, but these errors were encountered: