Full documentation for the Meria staking API is available at https://docs-staking-api.meria.com/.
This endpoint allows you to submit a forged transaction hash to the API, allowing you to tell us that you broadcasted the transaction.
| uuid required | string The uuid of the transaction forged by the API |
| txHash required | string The transaction hash you broadcasted on your side or client side. |
{- "uuid": "5bb9b985-d779-4327-8e17-405fd0f6cbad",
- "txHash": "string"
}{- "verified": true
}| uuid | string Get one tx by uuid |
| txHash | string Get one tx by tx hash |
{- "uuid": "string",
- "apiKeyId": 0,
- "requestBody": { },
- "stakingIdentifier": "SOL",
- "action": "string",
- "subAction": "string",
- "txHash": "string",
- "verified": true,
- "txStatus": "SUCCESS",
- "txTimestamp": "string",
- "createdAt": "string",
- "updatedAt": "string"
}This endpoint allows you to activate your account and receive an API key, which you will use for authenticating your subsequent requests.
| name required | string The name of the account. |
| invitationCode required | string The invitation code required to activate an account. In order to get one, contact us! |
{- "name": "<your-account-name>",
- "invitationCode": "<your-meria-invitation-code>"
}{- "apiKey": {
- "apiKey": "NC9hYTU0NjY3Yy1mMDJkLTQ3OGUtOTU4Yy00OTRkZjcxMzA2M2Y=",
- "details": {
- "name": "production",
- "createdAt": "2025-03-04T16:50:29.242Z"
}
}, - "account": {
- "name": "Meria",
- "uuid": "5bb9b985-d779-4327-8e17-405fd0f6cbad",
- "createdAt": "2025-03-04T16:50:29.242Z",
- "updatedAt": "2025-03-04T16:50:29.242Z"
}
}This endpoint allows you to generate a secondary API key, which you will use for authenticating your subsequent requests.
| name required | string The name of the api-key |
{- "name": "production"
}{- "apiKey": "NC9hYTU0NjY3Yy1mMDJkLTQ3OGUtOTU4Yy00OTRkZjcxMzA2M2Y=",
- "details": {
- "name": "production",
- "createdAt": "2025-03-04T16:50:29.242Z"
}
}This endpoint allows the master API key to delete a secondary API key by name.
| name required | string The name of the api-key to delete |
{- "name": "production"
}| begDate | string <date-time> Begin date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| endDate | string <date-time> End date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| wallet | string Filter by a specific wallet |
[- {
- "token": "SOL",
- "totalRewards": "1.23"
}
]| begDate | string <date-time> Begin date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| endDate | string <date-time> End date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| wallet | string Filter by a specific wallet |
[- {
- "wallet": "wallet-abc",
- "earnings": [
- {
- "stakingIdentifier": "SOL",
- "totalRewards": "1.23"
}
]
}
]| begDate | string <date-time> Begin date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| endDate | string <date-time> End date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| wallet | string Filter by a specific wallet |
[- {
- "token": "SOL",
- "rewardsByDay": [
- {
- "date": "2025-01-01",
- "rewards": "1.23"
}
]
}
]| begDate | string <date-time> Begin date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ��� 3 months; otherwise it will be coerced to a 3-month window. |
| endDate | string <date-time> End date (YYYY-MM-DD or ISO 8601). Note: the begDate/endDate range must be ≤ 3 months; otherwise it will be coerced to a 3-month window. |
| wallet | string Filter by a specific wallet |
[- {
- "wallet": "wallet-abc",
- "earnings": [
- {
- "stakingIdentifier": "SOL",
- "rewardsByDay": [
- {
- "date": "2025-01-01",
- "rewards": "1.23"
}
]
}
]
}
]| stakingIdentifier | string Enum: "CHILIZ" "CXT" "POL" "STAKEWISE" "NEAR" "EGLD" "ATOM" "EVMOS" "INJ" "OSMO" "TIA" "JUNO" "AXL" "DYDX" "STARS" "AKT" "DYM" "LUNA" "SEI" "FLIX" "KAVA" "COREUM" "SAGA" "XPRT" "UX" "CRO" "BAND" "HUAHUA" "FET" "PASG" "HEART" "KYVE" "SOMM" "XPLA" "BTSG" "IRIS" "MED" "CTK" "SOL" "BTC" "DOT" Staking identifier (e.g., ATOM, SOL, etc.) |
0