Integrate NEAR on an existing SwapKit integration
Integration Overview
Provider Identification
{
"providers": ["NEAR"],
// ... other quote fields
}
Provider Selection
curl -X POST "<https://api.swapkit.dev/v3/quote>" \\
-H "Content-Type: application/json" \\
-H "x-api-key: YOUR_VARIABLE_HERE" \\
-d '{
"sellAsset": "BTC.BTC",
"buyAsset": "ETH.ETH",
"sellAmount": "0.1",
"providers": ["NEAR"]
}'
Supported Chains
Currently Available
Coming Soon
Future Support
Key Difference: Transaction Architecture
EIP-7702 Support
Network Confirmations
Implementation Requirements
Example Integration
Last updated

