Quicknode RPC via MPP — MPP Grade B
On-chain Activity
Compliance Checks
3 issues
- OpenAPI doc exceeds 64KB limit (607900 bytes)
- POST endpoint challenge missing digest parameter (SHOULD per spec)
- Multiple recipient addresses detected across endpoints (2 unique)
Paid Operations (266)
POST /session/v1/text2sql dynamic
Natural-language → SQL generation backed by the Quicknode text2sql sub-app. Returns the generated SQL plus reasoning, latency, request_id, and `tokens: { input, output }`. Variable cost: `(tokens.input + tokens.output) × MPP_TEXT2SQL_PRICE_PER_TOKEN` is debited from the open Tempo session voucher post-response. Shares the same SQL session voucher store as `/session/sql/rest/*`, so a single channel funds both flows.
- Amount
- dynamic
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] minVoucherDelta: 0.0001 pricePerUnit: 0.00001 pricingMode: variable protocols: [mpp] unit: token
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| cluster_id | string | No | SQL Explorer cluster ID (defaults to `TEXT2SQL_DEFAULT_CLUSTER_ID`). Schema is fetched and compacted into the prompt. |
| prompt | string | No | Natural-language description of the SQL to generate. Required unless `sql` and `validation_errors` are both provided (fix mode). |
| sql | string | No | Existing SQL to edit (with `prompt`) or fix (with `validation_errors`). |
| validation_errors | array | No | Upstream validation errors returned for `sql`. When present, the orchestrator runs in fix mode. Up to 10 entries, each <= 2000 chars. |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| latency_ms | number | - |
| reasoning | string | - |
| request_id | string | - |
| sql | string | - |
| tokens | object | Token counts used for billing. Total = input + output, charged at `MPP_TEXT2SQL_PRICE_PER_TOKEN` per token. |
POST /session/sql/rest/v1/query dynamic
Paid REST pass-through to `https://api.quicknode.com/sql/rest/v1/query`. Variable cost: the upstream response body's `credits` field is charged against the open Tempo session at $0.00001 per SQL credit (10n smallest units of 6-decimal USDC per credit). Per-request voucher-delta floor `MPP_SQL_MIN_VOUCHER_DELTA` (default "0.0001" = 10 credits = the upstream minimum query cost); queries that exceed the signed delta emit a NeedVoucherEvent that the client satisfies with a top-up voucher.
- Amount
- dynamic
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] minVoucherDelta: 0.0001 pricePerUnit: 0.00001 pricingMode: variable protocols: [mpp] unit: sql-credit
Input Schema
{
"type": "object"
}
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| credits | number | SQL credits consumed (charged 10n × credits smallest units against the session channel). |
POST /0g-galileo dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/0g-galileo dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /0g-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/0g-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /abstract-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/abstract-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /abstract-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/abstract-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /aptos-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/aptos-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /aptos-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/aptos-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /arbitrum-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/arbitrum-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /arbitrum-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/arbitrum-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /arc-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/arc-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /avalanche-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/avalanche-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /avalanche-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/avalanche-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /b3-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/b3-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /b3-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/b3-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /base-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/base-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /base-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/base-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /bch-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/bch-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /bch-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/bch-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /bera-bepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/bera-bepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /bera-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/bera-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /blast-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/blast-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /blast-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/blast-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /bsc-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/bsc-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /bsc-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/bsc-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /btc-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/btc-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /btc-testnet4 dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/btc-testnet4 dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /celestia-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/celestia-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /celestia-mocha dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/celestia-mocha dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /celo-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/celo-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /cosmos-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/cosmos-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /cyber-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/cyber-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /cyber-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/cyber-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /doge-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/doge-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /dot-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/dot-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ethereum-hoodi dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ethereum-hoodi dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ethereum-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ethereum-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ethereum-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ethereum-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /fantom-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/fantom-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /flare-coston2 dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/flare-coston2 dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /flare-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/flare-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /flow-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/flow-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /flow-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/flow-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /fraxtal-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/fraxtal-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /fuel-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/fuel-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /fuel-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/fuel-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /gravity-alpham dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/gravity-alpham dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /hedera-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/hedera-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /hedera-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/hedera-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /hemi-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/hemi-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /hemi-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/hemi-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /hype-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/hype-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /hype-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/hype-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /imx-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/imx-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /imx-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/imx-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /injective-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/injective-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /injective-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/injective-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ink-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ink-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ink-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ink-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /joc-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/joc-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /kaia-kairos dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/kaia-kairos dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /kaia-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/kaia-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /lens-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/lens-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /lens-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/lens-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /linea-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/linea-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /lisk-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/lisk-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ltc-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ltc-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ltc-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ltc-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /mantle-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/mantle-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /mantle-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/mantle-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /matic-amoy dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/matic-amoy dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /matic-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/matic-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /mode-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/mode-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /monad-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/monad-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /monad-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/monad-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /morph-hoodi dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/morph-hoodi dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /morph-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/morph-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /near-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/near-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /near-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/near-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /nova-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/nova-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /omni-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/omni-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /omni-omega dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/omni-omega dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /optimism-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/optimism-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /optimism-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/optimism-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /osmosis-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/osmosis-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /peaq-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/peaq-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /plasma-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/plasma-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /plasma-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/plasma-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /redstone-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/redstone-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sahara-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sahara-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /scroll-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/scroll-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /scroll-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/scroll-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sei-atlantic dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sei-atlantic dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sei-pacific dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sei-pacific dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /solana-devnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/solana-devnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /solana-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/solana-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /solana-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/solana-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /soneium-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/soneium-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sonic-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sonic-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sophon-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sophon-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sophon-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sophon-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /stacks-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/stacks-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /stacks-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/stacks-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /stellar-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/stellar-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /stellar-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/stellar-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /story-aeneid dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/story-aeneid dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /story-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/story-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /strk-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/strk-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /strk-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/strk-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sui-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sui-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /sui-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/sui-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /tempo-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/tempo-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /tempo-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/tempo-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /ton-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/ton-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /tron-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/tron-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /unichain-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/unichain-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /unichain-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/unichain-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /vana-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/vana-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /vana-moksha dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/vana-moksha dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /worldchain-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/worldchain-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /worldchain-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/worldchain-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xai-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xai-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xai-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xai-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xdai-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xdai-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xlayer-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xlayer-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xlayer-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xlayer-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xrp-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xrp-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xrp-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xrp-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xrplevm-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xrplevm-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /xrplevm-testnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/xrplevm-testnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /zkevm-cardona dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/zkevm-cardona dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /zkevm-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/zkevm-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /zksync-mainnet dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/zksync-mainnet dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /zksync-sepolia dynamic
- Amount
- 0.001
- Currency
- -
- Method
- mpp
- Intent
- charge
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50] map[chain:Solana Mainnet currency:USDC name:solana token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v]] price: 0.001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
POST /session/zksync-sepolia dynamic
- Amount
- 0.00001
- Currency
- -
- Method
- mpp
- Intent
- session
- 402 Declared
- Yes
methods: [map[chain:Tempo Testnet (chain ID 42431) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:PathUSD name:tempo token:0x20c0000000000000000000000000000000000000] map[chain:Tempo Mainnet (chain ID 4217) currency:USDC.e name:tempo token:0x20C000000000000000000000b9537d11c60E8b50]] price: 0.00001 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| id | [number string] | No | Request identifier |
| jsonrpc | string | Yes | |
| method | string | Yes | JSON-RPC method name (e.g., eth_blockNumber, eth_call) |
| params | array | No | Method parameters |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| error | object | - |
| id | [number string] | - |
| jsonrpc | string | - |
| result | RPC result (type varies by method) |
Payment Methods
- Methods
- tempo (from challenge)
- Intents
- charge, session
- Currencies (discovery)
- -
- Currency (challenge)
- USDC.e on Tempo Mainnet Presto (Tempo Mainnet Presto)
- Multiple Challenges
- Yes
Recipients (Multi-Recipient)
- 0xFD24114C3981Aba78aE2441991B1BdB89329c556
- 2LWbc9Mi6dRUrdEHBttoNS4udDtH1A4xwBdm1EKqcT57
Per-endpoint breakdown
- POST /0g-galileo
- 2LWbc9Mi6dRUrdEHBttoNS4udDtH1A4xwBdm1EKqcT57
- POST /0g-mainnet
- 2LWbc9Mi6dRUrdEHBttoNS4udDtH1A4xwBdm1EKqcT57
- POST /session/0g-galileo
- 0xFD24114C3981Aba78aE2441991B1BdB89329c556
- POST /session/0g-mainnet
- 0xFD24114C3981Aba78aE2441991B1BdB89329c556
- POST /session/sql/rest/v1/query
- 0xFD24114C3981Aba78aE2441991B1BdB89329c556
- POST /session/v1/text2sql
- 0xFD24114C3981Aba78aE2441991B1BdB89329c556
Security
- TLS Version
- TLSv1.3
- Challenge ID Unique
- Yes
- Challenge ID Length
- 43
- Digest Binding
- -
Uptime
- Discovery
- Reachable (99ms)
- Challenge
- Reachable (112ms)
- Last Checked
Schema Completeness
- Paid Operations
- 266
- With Input Schema
- 266
- With Description
- 266
Documentation
- Homepage
- -
- API Reference
- -
- llms.txt
- -
Discovery
- OpenAPI URL
- https://mpp.quicknode.com/openapi.json
- OpenAPI Version
- 3.1.0
- Service Version
- 1.0.0
- Document Size
- 607900 bytes
- Document Hash
- 50d90ad6214c39c314451ddc4d08348fd81e5fb9635ccf0707f054f9181a2ee7
Version History (52 snapshots)
- document hash changed (no semantic differences detected)
- new endpoint: POST /session/sql/rest/v1/query
- new endpoint: POST /session/v1/text2sql
Scan snapshots
| Date | Grade | Score | Response | Status |
|---|---|---|---|---|
| 2026-04-06 | B | 80% | 122ms | Up |
| 2026-04-07 | B | 80% | 116ms | Up |
| 2026-04-08 | B | 80% | 85ms | Up |
| 2026-04-09 | B | 80% | 74ms | Up |
| 2026-04-10 | B | 80% | 139ms | Up |
| 2026-04-11 | B | 80% | 101ms | Up |
| 2026-04-12 | B | 80% | 85ms | Up |
| 2026-04-13 | B | 80% | 70ms | Up |
| 2026-04-14 | B | 80% | 57ms | Up |
| 2026-04-15 | B | 80% | 96ms | Up |
| 2026-04-16 | B | 80% | 89ms | Up |
| 2026-04-17 | B | 80% | 78ms | Up |
| 2026-04-18 | B | 80% | 77ms | Up |
| 2026-04-19 | B | 80% | 75ms | Up |
| 2026-04-20 | B | 80% | 86ms | Up |
| 2026-04-21 | B | 80% | 368ms | Up |
| 2026-04-22 | B | 80% | 214ms | Up |
| 2026-04-23 | B | 80% | 81ms | Up |
| 2026-04-24 | B | 80% | 73ms | Up |
| 2026-04-25 | B | 80% | 102ms | Up |
| 2026-04-26 | B | 80% | 66ms | Up |
| 2026-04-27 | B | 80% | 118ms | Up |
| 2026-04-28 | B | 80% | 91ms | Up |
| 2026-04-29 | B | 80% | 168ms | Up |
| 2026-04-30 | B | 80% | 91ms | Up |
| 2026-05-01 | B | 80% | 57ms | Up |
| 2026-05-02 | B | 80% | 95ms | Up |
| 2026-05-03 | B | 80% | 54ms | Up |
| 2026-05-04 | B | 80% | 60ms | Up |
| 2026-05-05 | B | 80% | 84ms | Up |
| 2026-05-06 | B | 80% | 80ms | Up |
| 2026-05-07 | B | 80% | 104ms | Up |
| 2026-05-08 | B | 80% | 83ms | Up |
| 2026-05-09 | B | 80% | 57ms | Up |
| 2026-05-10 | B | 80% | 79ms | Up |
| 2026-05-11 | B | 80% | 86ms | Up |
| 2026-05-12 | B | 80% | 73ms | Up |
| 2026-05-13 | B | 80% | 95ms | Up |
| 2026-05-14 | B | 80% | 543ms | Up |
| 2026-05-15 | B | 80% | 715ms | Up |
| 2026-05-16 | B | 80% | 343ms | Up |
| 2026-05-17 | B | 80% | 90ms | Up |
| 2026-05-18 | B | 80% | 220ms | Up |
| 2026-05-19 | B | 80% | 64ms | Up |
| 2026-05-20 | B | 80% | 83ms | Up |
| 2026-05-21 | B | 80% | 295ms | Up |
| 2026-05-22 | B | 80% | 80ms | Up |
| 2026-05-23 | B | 80% | 82ms | Up |
| 2026-05-24 | B | 80% | 72ms | Up |
| 2026-05-25 | B | 80% | 93ms | Up |
| 2026-05-26 | B | 80% | 67ms | Up |
| 2026-05-27 | B | 80% | 84ms | Up |