Transactions
- Overview
- Installation
- Endpoints
- Examples
Indexer
- Overview
- Installation
- Endpoints
- Examples
Indexer Gateway
Analytics
- Overview
- Endpoints
- Examples
Metadata
- Overview
- Endpoints
- Examples
Infrastructure
Builder
- Overview
- Endpoints
Marketplace
- Overview
- Endpoints
- Examples
Node Gateway
Endpoints
GetLinkedWallets
Query all wallets that are linked
POST
/
rpc
/
API
/
GetLinkedWallets
curl --request POST \
--url https://api.sequence.app/rpc/API/GetLinkedWallets \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"parentWalletAddress": "0xb33018E5C4f5A168f5560D9C05597508dA8a4E91",
"parentWalletMessage": "parent wallet with address 0xb33018E5C4f5A168f5560D9C05597508dA8a4E91",
"parentWalletSignature": "0x01000100000000020189e6eb0408ae08542bcc99696fba0c001f6aa3ac0000fe010003000000000601000100007400019b61caaf15c224553593641f40c0ecd8d57e589dd9b04c129505d4537d979b827548ad6feef3379b0c3442e9b76ac07e06307e779c9b3a5fd4ec2ff27037eac81b010400002c01019cec96321d5a54df2277fe3dbb2405016a3bbf9601013f5602872eff7ef96e69ef2409e0dd3c62923bd7060200010000740001c0fb1a592dd8424b917820c1d8ae25bd1516df486fa6f7610999b141fac46f1e072a5c439d21eaad9521b912b68c428135117bef95bebf56d0a2dfe61fc8fddd1c010400002c0101951448847a03ad1005a0e463dff0da093690ff240101e0f61b36d02be47455ce5332e9d7bb43bf8f344b030100c46d323d87fc26dad057c9a8d5faeb7112ab829e",
"signatureChainId": "137"
}'
{
"linkedWallets": [
{
"id": 123,
"walletType": "<string>",
"walletAddress": "<string>",
"linkedWalletAddress": "<string>",
"createdAt": "<string>"
}
]
}
Authorizations
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
Body
application/json
Was this page helpful?
curl --request POST \
--url https://api.sequence.app/rpc/API/GetLinkedWallets \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"parentWalletAddress": "0xb33018E5C4f5A168f5560D9C05597508dA8a4E91",
"parentWalletMessage": "parent wallet with address 0xb33018E5C4f5A168f5560D9C05597508dA8a4E91",
"parentWalletSignature": "0x01000100000000020189e6eb0408ae08542bcc99696fba0c001f6aa3ac0000fe010003000000000601000100007400019b61caaf15c224553593641f40c0ecd8d57e589dd9b04c129505d4537d979b827548ad6feef3379b0c3442e9b76ac07e06307e779c9b3a5fd4ec2ff27037eac81b010400002c01019cec96321d5a54df2277fe3dbb2405016a3bbf9601013f5602872eff7ef96e69ef2409e0dd3c62923bd7060200010000740001c0fb1a592dd8424b917820c1d8ae25bd1516df486fa6f7610999b141fac46f1e072a5c439d21eaad9521b912b68c428135117bef95bebf56d0a2dfe61fc8fddd1c010400002c0101951448847a03ad1005a0e463dff0da093690ff240101e0f61b36d02be47455ce5332e9d7bb43bf8f344b030100c46d323d87fc26dad057c9a8d5faeb7112ab829e",
"signatureChainId": "137"
}'
{
"linkedWallets": [
{
"id": 123,
"walletType": "<string>",
"walletAddress": "<string>",
"linkedWalletAddress": "<string>",
"createdAt": "<string>"
}
]
}