You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/introduction.mdx
+50-35Lines changed: 50 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ description: "Learn how to integrate the Trails API for cross-chain transactions
7
7
8
8
The Trails API enables seamless cross-chain token swaps, deposits, payments, and smart contract executions in a simplified interface with the Trails protocol. This guide walks you through the complete flow from requesting a quote to executing a transaction.
9
9
10
+
<Note>
11
+
**Get Your API Key**: Join the [Trails Telegram group](https://t.me/build_with_trails) to request your API access key.
12
+
</Note>
13
+
10
14
## Core Workflow
11
15
12
16
Every interaction through Trails follows this four-step process:
Now you have an end to end API integration with Trails!
432
+
Now you have an end to end API integration with Trails for seamless chain abstraction flows! You can continue this initial integration for specific use cases such as:
433
+
434
+
- x402 Payments
435
+
- AI Agents
436
+
- Server-side currency conversion & settlement
437
+
- Fund, Swap, Earn, or Pay for any application
438
+
- Pass in optional calldata to call any smart contract function
Copy file name to clipboardExpand all lines: api-reference/trails-api.gen.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ servers:
11
11
- url: https://trails-api.sequence.app
12
12
description: Trails API Server
13
13
components:
14
-
securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key'}}
14
+
securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'apiKey for authenticating requests, get an access key at https://t.me/build_with_trails', 'name': 'X-Access-Key'}}
0 commit comments