Skip to main content

Get Funding Channel

GET 

/api/funding-channel/:fundingChannelId

Retrieves a specific Funding Channel for the given id.

Request

Path Parameters

    fundingChannelId stringrequired

    id for the Funding Channel

    Example: 315bad4e81ce0f26966a41b9d451638b

Responses

Successful operation

Schema

    id stringrequired

    Funding Channel primary identifier.

    accountId stringrequired

    Partner Account ID.

    createdAt stringrequired

    Timestamp of Funding Channel creation.

    fundingTypeName stringrequired

    The type of Funding Channel registered.

    name stringrequired

    Name of the Funding Channel.

    purpose stringrequired

    Purpose of the Funding Channel.

    params

    object

    required

    Parameters for the Funding Channel.

    oneOf

    storageAddress string

    The address of the storage contract.

    storageAddress stringdeprecated

    Deprecated. See params for storage address.

Loading...