/account-abstraction/platforms/:platform/accounts/:id
Previous/account-abstraction/operations/accounts/:addressNext/account-abstraction/platforms/:platform/accounts
Last updated
GET https://api.bless.net/account-abstraction/platforms/telegram/accounts/123456789?chain=sepolia{
"account": "0xf82d6E8cBC32AE33C84FE0487bc48A22fA697afC",
"exists": true,
"hashedId": "0x4e2eedab529456da71ba89b1a6196b983b4b128fc506e8400d4113cef5bcc7b6"
}{
"funding": <amount to fund the account with in wei>
"ops": [
{
"account": <the account the operations is for>,
"target": <the address target for the call>,
"calldata": <the calldata to pass to the target>,
}
]
}POST /account-abstraction/platforms/telegram/account/30035?chain=sepolia HTTP/1.1
Host: api.bless.net
x-api-key: <>
Content-Type: application/json
Content-Length: 763
{
"ops": [
{
"account": "0xa8C46f79c72DbfE885e54b5527002c515F860875",
"target": "0x4995423334127293b31d8c810Bb183809f82Be55",
"calldata": "0x62a61351000000000000000000000000a8C46f79c72DbfE885e54b5527002c515F860875000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
}{
"message": "Ops requested",
"requestOwner": "omnus",
"for": [
{
"account": "0xa8C46f79c72DbfE885e54b5527002c515F860875",
"target": "0x4995423334127293b31d8c810Bb183809f82Be55",
"calldata": "0x62a61351000000000000000000000000a8C46f79c72DbfE885e54b5527002c515F860875000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"destinationChain": 11145513,
"deliveryId": "67c8c05d179b8cbc49505f4e"
}