Skip to main content

Public API Documentation

Stability Protocol Free Transactions API (1.0.0)

Download OpenAPI specification:Download

API for interacting with Stability Protocol's free transactions service.

Free Transactions

Retrieve free transactions for a specific address

path Parameters
address
required
string^0x[a-fA-F0-9]{40}$

Ethereum address to retrieve the transactions for

Responses

Response samples

Content type
application/json
{
  • "transactions": [
    ],
  • "remaining": 0
}

Paid Transactions

Retrieve api key details

header Parameters
Authorization
required
string <Bearer ${SupabaseAuthToken}>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create api key

header Parameters
Authorization
required
string <Bearer ${SupabaseAuthToken}>

Responses

Response samples

Content type
application/json
{
  • "api_key": "string",
  • "email": "string",
  • "created_at": "string",
  • "granularity": "day",
  • "enabled": true
}